home *** CD-ROM | disk | FTP | other *** search
/ Amiga Desktop Video CD / Amiga DeskTop Video CD.iso / install / forceicon / source / forceicon_gst.c < prev    next >
C/C++ Source or Header  |  1994-06-23  |  1KB  |  57 lines

  1. /*
  2. Auto:        smake ForceIcon
  3. */
  4.  
  5. /* $Revision Header built automatically *************** (do not edit) ************
  6. **
  7. ** © Copyright by GuntherSoft
  8. **
  9. ** File             : SnakeSYS:CPrgs/Utils/ForceIcon/ForceIcon_gst.c
  10. ** Created on       : Wednesday, 20.10.93 17:09:33
  11. ** Created by       : Kai Iske
  12. ** Current revision : V1.0
  13. **
  14. **
  15. ** Purpose
  16. ** -------
  17. **   - Preincludes for ForceIcon
  18. **
  19. ** Revision V1.0
  20. ** --------------
  21. ** created on Wednesday, 20.10.93 17:09:33  by  Kai Iske.   LogMessage :
  22. **     --- Initial release ---
  23. **
  24. *********************************************************************************/
  25.  
  26.  
  27. #include    <stdlib.h>
  28. #include    <string.h>
  29. #include    <stdio.h>
  30. #include    <stddef.h>
  31. #include    <math.h>
  32. #include    <exec/types.h>
  33. #include    <exec/memory.h>
  34. #include    <exec/execbase.h>
  35. #include    <exec/semaphores.h>
  36. #include    <dos/dos.h>
  37. #include    <dos/dosextens.h>
  38. #include    <dos/filehandler.h>
  39. #include    <intuition/intuition.h>
  40. #include    <intuition/sghooks.h>
  41. #include    <libraries/iffparse.h>
  42. #include    <libraries/asl.h>
  43. #include        <libraries/mui.h>
  44. #include    <workbench/workbench.h>
  45. #include    <workbench/startup.h>
  46. #include    <clib/alib_protos.h>
  47. #include    <proto/exec.h>
  48. #include    <proto/intuition.h>
  49. #include    <proto/dos.h>
  50. #include    <proto/icon.h>
  51. #include    <proto/utility.h>
  52. #include    <proto/iffparse.h>
  53. #include    <proto/asl.h>
  54. #include        <proto/muimaster.h>
  55.  
  56. #include    "ForceIcon.h"
  57.